PDF4Java Reference Documentation
com.o2sol.pdf4java.annotations.a3d Package / PDF3DView Class / setInternalName Method
The internal name of the view, used to refer to the view from other objects, such as the go-to-3D-view actions.
In This Topic
    setInternalName Method
    In This Topic
    Sets the internal name of the view
    Syntax
    public void setInternalName( 
       java.lang.String internalName
    )

    Parameters

    internalName
    The internal name of the view, used to refer to the view from other objects, such as the go-to-3D-view actions.
    Exceptions
    ExceptionDescription
    When internalName is null or empty.
    See Also